home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! Photo Premium Version 9 / PI_CD1.ISO / pip / pi9 / 1033 / tour.swf / scripts / DefineButton2_69 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2003-05-22  |  161 b   |  10 lines

  1. on(release){
  2.    tellTarget("_level0")
  3.    {
  4.       _level.selection = "threey";
  5.       gotoAndStop("transition");
  6.       play();
  7.    }
  8.    gotoAndPlay(32);
  9. }
  10.